home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
835.swf
/
scripts
/
frame_3
/
PlaceObject2_183_15
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-19
|
246 b
|
13 lines
onClipEvent(enterFrame){
this._x = 450 * _root.decor.x / 200 + 50;
if(_root.vie == 0 && vierge == true)
{
gotoAndPlay(201);
vierge = false;
}
if(_root.vie == 1)
{
gotoAndStop(_root.decor.x);
}
}